home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2007 April
/
CHIP CD (4 - 2007).iso
/
beeld
/
3d
/
ArtOfIllusion24-Mac.dmg
/
Art of Illusion
/
ArtOfIllusion.jar
/
bsh
/
commands
/
pwd.bsh
< prev
next >
Wrap
Text File
|
2005-05-23
|
138b
|
9 lines
/**
Print the BeanShell working directory. This is the cwd obeyed by all the
unix-like bsh commands.
*/
pwd() {
print( bsh.cwd );
}